go.opentelemetry.io/otel/attribute.Value.numeric (field)
10 uses
go.opentelemetry.io/otel/attribute (current package)
hash.go#L54: h = h.Uint64(v.numeric)
hash.go#L57: h = h.Uint64(v.numeric)
hash.go#L61: h = h.Uint64(v.numeric)
value.go#L29: numeric uint64
value.go#L67: numeric: boolToRaw(v),
value.go#L111: numeric: int64ToRaw(v),
value.go#L124: numeric: float64ToRaw(v),
value.go#L167: return rawToBool(v.numeric)
value.go#L186: return rawToInt64(v.numeric)
value.go#L205: return rawToFloat64(v.numeric)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |